body{
  background:url(../images/body-bg.png) left top repeat;
}
.lb {
  width: 100%;
}

.lb img {
  width: 100%;
}

.current_news {
  width: 1260px;
  margin: auto;
  padding-top: 80px;
  position: relative;
}

.news_text {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1200px;
}

.news_text_left {
  display: flex;
}

.news_text_left img {
  width: 167px;
  height: 54px;
  margin: 35px 30px;
  align-items: center;
}

.news_text_left .newstext {
  display: flex;
  flex-direction: column;
}

.news_text_left .newstext .china {
  align-self: center;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 5px;
  color: #996c32;
}

.news_text_left .newstext .eng {
  font-size: 32px;
  align-self: center;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #996c32;
}

.news_text_right {
  position: absolute;
  right: 0;
  top: 70px;
}

.news_text_right img {
  width: 83px;
}

.news_img {
  width: 1200px;
  font-size: 0;
  padding:0 30px;
  margin:50px auto 80px;
  
}
.news_img .swiper-slide{
  text-align: center;
}
.current_news .swiper-button-next{
  right: 0;
  top: 65%;
}
.current_news .swiper-button-prev{
  left: 0;
  top: 65%;
}
.news_img .img1{
  display: inline-block;
  vertical-align: top;
  padding:10px;
}
.news_img img {
  width: 40px;
  height: 76px;
  align-self: center;
}

.news_img .img1 .news-pic{
  width: 364px;
  height: 236px;
  overflow: hidden;
  border:1px solid #996c32;
  text-align:center;
}
.news_img .img1 .news-pic img{
	width:344px;
   height:216px;
  margin-top:10px;
}
.news_img .img1 .news-title{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  color: #996c32;
}

.news_img .img1:hover{
  background-color: #996c32;
}
.news_img .img1:hover .news-title{
	color:#fff;
}
.news_img .img1:hover .news-pic{
	border:1px solid #fff;
}
.product_center {
  width: 1200px;
  margin: auto;
}

.product_text {
  width: 1200px;
  display: flex;
  justify-content: center;
  position: relative;
}

.product_text_left {
  display: flex;
}

.product_text_left img {
  width: 167px;
  height: 54px;
  margin: 35px 30px;
  align-items: center;
}

.product_text_left .producttext {
  display: flex;
  flex-direction: column;
}

.product_text_left .producttext .china {
  align-self: center;
  font-family: SourceHanSansCN-Bold;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #996c32;
}

.product_text_left .producttext .eng {
  font-family: SourceHanSansCN-Medium;
  font-size: 32px;
  align-self: center;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #996c32;
}

.product_text_right {
  position: absolute;
  right: 0;
  top: 70px;
}

.product_text_right img {
  width: 83px;
}

.product_nav {
  font-size: 0;
  background:#fff;
  height: 60px;
  margin: 50px auto 30px;
}

.product_nav .nav {
  width: 300px;
  height: 60px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #996c32;
  line-height: 60px;
  cursor: pointer;
}
.product_nav .nav-active {
  color: #ffffff;
  background-color: #996c32;
}

.product_img {
  width: 1200px;
  font-size: 0;
  display: none;
}
.product_img .img1{
  display: inline-block;
  vertical-align: top;
  margin-left: 24px;
}
.product_img .img1:nth-child(4n+1){
  margin-left: 0;
}
.product_img .img1 .product_pic{
  width: 282px;
  height: 282px;
  overflow: hidden;
}
.product_img .img1 .product_pic img{
  width: 100%;
  height: auto;
}
.product_img .img1 .product_tit {
  width: 282px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #996c32;
  text-align: center;
}
.product_img .img1:hover .product_tit{
  color: #fff;
  background:#996c32;
}

.band {
  height: 300px;
  position: relative;
  margin-top: 50px;
  top: 0;
  left: 0;
  background: url("../images/band2.png");
}

.band a{
  width: 178px;
  height: 52px;
  display: inline-block;
  margin-top: 177px;
  margin-left: 360px;
	background-color: #996c32!important;
  border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #f3d2b0!important;
  text-align: center;
  line-height: 52px;
}

.storedisplay {
  width: 1260px;
  margin: auto;
  padding-top: 80px;
  position: relative;
}

.store_text {
  width: 1200px;
  display: flex;
  justify-content: center;
  position: relative;
}

.store_text_left {
  display: flex;
}

.store_text_left img {
  width: 167px;
  height: 54px;
  margin: 35px 30px;
  align-items: center;
}

.store_text_left .storetext {
  display: flex;
  flex-direction: column;
}

.store_text_left .storetext .china {
  font-family: SourceHanSansCN-Bold;
  font-size: 50px;
  align-self: center;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #996c32;
}

.store_text_left .storetext .eng {
  font-family: SourceHanSansCN-Medium;
  font-size: 32px;
  align-self: center;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #996c32;
}

.store_text_right {
  position: absolute;
  right: 0;
  top: 70px;
}

.store_text_right img {
  width: 83px;
}

.store_img {
  width: 1200px;
  margin: 50px auto 30px;
  text-align: center;
}

.store_img img {
  width: 40px;
  height: 76px;
  align-self: center;
}

.store_img .img1 .shop-img img {
  width: 340px;
  height: 220px;
  margin-top: 10px;
}

.store_img .img1 .shop-img {
  width: 360px;
  height: 240px;
  border: solid 1px #996c32;
}

.store_img .img1 .shop-title{
  font-size: 18px;
  color: #996c32;
  text-align: center;
  height: 55px;
  line-height: 55px;
}
.store_img .img1:hover .shop-title{
  background:#996c32;
  color: #fff;
}
.store_img .img1 {
  display: inline-block;
  vertical-align: top;
  padding:10px;
}
.storedisplay .swiper-button-next{
  right: 0;
  top: 70%;
}
.storedisplay .swiper-button-prev{
  left: 0;
  top: 70%;
}
.store_img .img1:hover{
  background: #996c32;
}
.store_img .img1:hover .shop-img{
  border:1px solid #fff;
}
.aboutus{
  padding-top: 10px; 
  background: url("../images/about.png");
  background-repeat: no-repeat;
}
.aboutus .content{
  width: 1133px;
  height: 470px;
  margin: auto;
  text-align: center;
}
.aboutus .content .about_title {
  /*height: 150px;*/
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
.about_title img{
  width: 167px;
  height: 54px;
  margin: 35px 30px;
}

.about_title  .abouttext{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.about_title  .abouttext .china {
  align-self: auto;
	font-family: SourceHanSansCN-Bold;
  font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 5px;
	color: #ffffff;
}
.about_title  .abouttext .eng {
	font-family: SourceHanSansCN-Medium;
  font-size: 32px;
  align-self: center;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #ffffff;
}
.aboutus .content p{
  width: 1133px;
	/*height: 160px;*/
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #ffffff;
}
.aboutus .content a{
  width: 182px;
  height: 46px;
  display: inline-block;
  align-self: center;
  margin-top: 40px;
  background-color: #996c32;
	font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
  border:none;
  text-align: center;
}

.forpeople {
  width: 1200px;
  margin: 30px auto 0;
}

.fpeople_text {
  width: 1200px;
  display: flex;
  justify-content: center;
  position: relative;
}
.fpeople_text_left {
  display: flex;
}

.fpeople_text_left img {
  width: 167px;
  height: 54px;
  margin: 35px 30px;
}
.fpeople_text_left .fpeopletext {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.fpeople_text_left .fpeopletext .china {
  align-self: center;
  font-family: SourceHanSansCN-Bold;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 5px;
  color: #996c32;
}
.fpeople_text_left .fpeopletext .eng {
  font-family: SourceHanSansCN-Medium;
  font-size: 32px;
  align-self: center;
  font-weight: normal;
  font-stretch: normal;
  color: #996c32;
}
.fpeople_text_right {
  position: absolute;
  right: 0;
  top: 70px;
}

.fpeople_text_right img {
  width: 83px;
}

.fpeople_img {
  margin: 50px auto;
  font-size: 0;
}
.fpeople_img .detial{
  width: 382px;
	background-color: #ccb596;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
}
.fpeople_img .detial:nth-child(2){
  margin: 0 27px;
}
.fpeople_img .detial .header{
   margin: 20px;
   border-bottom: 1px solid #996c32;
   padding:10px 0;
}
.detial .header h2{
  font-size: 20px;
  color: #996c32;
  float: left;
}
.detial .header span{
  font-size: 16px;
  color: #996c32;
  float: right;
}
.fpeople_img .detial .content{
  margin: 15px 20px;
  width: 100%
}
.content .news-img{
  width: 120px;
  height: 92px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.content .news-img img{
  width: 100%;
  min-height: 92px;
}
.content .text{
  width: 200px;
  height: 92px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.content .text h2{
  font-size: 18px;
  color: #996c32;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.content .text p{
  font-size: 14px;
  color: #996c32;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.detial .list{
  margin: 0 20px;
}
.detial .list li a{
  padding:10px 0;
  border-bottom: 1px dashed #996c32;
  display: block;
}
.detial .list li .news-tit{
  font-size: 14px;
  color: #996c32;
  float: left;
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.detial .list li span{
  font-size: 12px;
  color: #996c32;
  float: right;
}
.detial .list li a:after{
  content: '';
  display: block;
  clear: both;
}